home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Utils / UNIX / UNZIP520 / WIZDLL / WIZUNZ32.DEF < prev    next >
Text File  |  1996-04-22  |  260b  |  10 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY WIZUNZ32 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.0 by Info-ZIP, Mike White 1996'
  5.  
  6. EXPORTS
  7.      DllProcessZipFiles          ; actual entry point
  8.      GetDllVersion
  9.  
  10.